SimInfo class
SimInfo is information about the sims.
Constructors
Properties
Methods
-
copyWith(
{List< SIMType> ? sims}) → SimInfo - copyWith is the function to copy the class.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String - toJson returns a json string of the object.
-
toMap(
) → Map< String, dynamic> - toMap returns a map of the object.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override