getMap method

Future<Map<String, dynamic>> getMap()

convert the object to a string only map

Implementation

Future<Map<String, dynamic>> getMap() async {
  return {};
}