dolphinsr_dart
models
State
makeEmptyState method
makeEmptyState
dolphinsr_dart
models
State
makeEmptyState method
State class
Constructors
State
Properties
cardStates
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
makeEmptyState
makeEmptyState method
dynamic
makeEmptyState
(
)
Implementation
static makeEmptyState() { return State(new Map()); }