TransferLocationRequest.fromJson constructor

TransferLocationRequest.fromJson(
  1. Map json_
)

Implementation

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