from json map
static EncApiRet? fromJson(Map<String, dynamic>? json) { return json != null ? EncApiRet(isoData: json["iso_data_1"]) : null; }