BucketBySession.fromJson constructor

BucketBySession.fromJson(
  1. Map json_
)

Implementation

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