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