toJson abstract method

Map<String, dynamic> toJson()

Creates a Map Object that can be send to the Backend. (Should be json encoded)

Implementation

Map<String, dynamic> toJson();