HumanLifeGame
result_dialog
ResultDialog
ResultDialog const constructor
ResultDialog
HumanLifeGame
result_dialog
ResultDialog
ResultDialog const constructor
ResultDialog class
Constructors
ResultDialog
Properties
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
ResultDialog
constructor
const
ResultDialog
(
List
<
LifeStageEntity
>
_lifeStages
,
{
Key
key
}
)
Implementation
const ResultDialog(this._lifeStages, {Key key}) : super(key: key);