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