AccountConfigurationRequestMessage.fromJson constructor
AccountConfigurationRequestMessage.fromJson(
- String source
Implementation
factory AccountConfigurationRequestMessage.fromJson(String source) => AccountConfigurationRequestMessage.fromMap(json.decode(source));