toSaveObject method

Map<String, dynamic> toSaveObject()

Implementation

Map<String, dynamic> toSaveObject() {
  return {
    'data': data,
  };
}