AccountConfigurationRequestMessage.fromJson constructor

AccountConfigurationRequestMessage.fromJson(
  1. String source
)

Implementation

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