zaloProfileModelFromJson function
Implementation
ZaloProfileModel zaloProfileModelFromJson(String str) =>
ZaloProfileModel.fromJson(json.decode(str));
ZaloProfileModel zaloProfileModelFromJson(String str) =>
ZaloProfileModel.fromJson(json.decode(str));