toMap abstract method

Map<String, dynamic> toMap()

Converts this BaseModel into a Serializable Map.

Can be coverted back into the Class version by calling loadFromMap

Implementation

Map<String, dynamic> toMap();