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