I am using this code to parse a hash map data to an object in flutter:
factory Channel.fromMap(Map json) => Channel( id: json["