dataFromJson function

InquiresType dataFromJson(
  1. String str
)

type : "channel_partners" type_show : "Channel Partners" admin_module_id : "4"

Implementation

InquiresType dataFromJson(String str) => InquiresType.fromJson(json.decode(str));