TransferLocationRequest.fromJson constructor
TransferLocationRequest.fromJson(
- Map json_
Implementation
TransferLocationRequest.fromJson(core.Map json_)
: this(destinationAccount: json_['destinationAccount'] as core.String?);