factory AhaiMapContent.fromMap(Map<String, dynamic> json) => AhaiMapContent( key: json["key"] ?? "", value: json["value"] ?? "", );