createMap function

Map<String, dynamic> createMap()

Implementation

Map<String, dynamic> createMap() {
  return Map();
}