MoveBillingAccountRequest.fromJson constructor
MoveBillingAccountRequest.fromJson(
- Map json_
Implementation
MoveBillingAccountRequest.fromJson(core.Map json_)
: this(
destinationParent: json_.containsKey('destinationParent')
? json_['destinationParent'] as core.String
: null,
);