GoogleCloudApigeeV1RevenueShareRange.fromJson constructor

GoogleCloudApigeeV1RevenueShareRange.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1RevenueShareRange.fromJson(core.Map json_)
    : this(
        end: json_['end'] as core.String?,
        sharePercentage: (json_['sharePercentage'] as core.num?)?.toDouble(),
        start: json_['start'] as core.String?,
      );