BucketByTimePeriod.fromJson constructor

BucketByTimePeriod.fromJson(
  1. Map json_
)

Implementation

BucketByTimePeriod.fromJson(core.Map json_)
  : this(
      timeZoneId: json_['timeZoneId'] as core.String?,
      type: json_['type'] as core.String?,
      value: json_['value'] as core.int?,
    );