BucketBilling.fromJson constructor
BucketBilling.fromJson(
- Map json_
Implementation
BucketBilling.fromJson(core.Map json_)
: this(requesterPays: json_['requesterPays'] as core.bool?);
BucketBilling.fromJson(core.Map json_)
: this(requesterPays: json_['requesterPays'] as core.bool?);