UInquiryCacheStatusParams.fromJson constructor
UInquiryCacheStatusParams.fromJson(
- String str
Implementation
factory UInquiryCacheStatusParams.fromJson(String str) => UInquiryCacheStatusParams.fromMap(json.decode(str));