toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'id': this.id,
    'iso_639_1': this.iso_639_1,
    'iso_3166_1': this.iso_3166_1,
    'key': this.key,
    'name': this.name,
    'site': this.site,
    'size': this.size,
    'type': this.type,
  };
}