toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'name': collectionName,
    'schema':
        "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
  };
}