GoogleCloudApigeeV1DateRange.fromJson constructor
GoogleCloudApigeeV1DateRange.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1DateRange.fromJson(core.Map json_)
: this(
end: json_['end'] as core.String?,
start: json_['start'] as core.String?,
);