SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo.fromJson constructor
SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo.fromJson(
- Map json_
Implementation
SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo.fromJson(
core.Map json_,
) : this(
amountInMicros: (json_['amountInMicros'] as core.num?)?.toDouble(),
currencyCode: json_['currencyCode'] as core.String?,
releaseNumber: json_['releaseNumber'] as core.String?,
releaseTime: json_['releaseTime'] as core.String?,
);