PrivateMediaMetrics class

Annotations
  • @freezed

Constructors

PrivateMediaMetrics({@JsonKey(name: 'playback_0_count') required int playback0Count, @JsonKey(name: 'playback_25_count') required int playback25Count, @JsonKey(name: 'playback_50_count') required int playback50Count, @JsonKey(name: 'playback_75_count') required int playback75Count, @JsonKey(name: 'playback_100_count') required int playback100Count})
const
factory
PrivateMediaMetrics.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $PrivateMediaMetricsCopyWith<PrivateMediaMetrics>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
playback0Count int
The number of users who played through to each quartile in a video.
no setterinherited
playback25Count int
The number of users who played through to each quartile in a video.
no setterinherited
playback50Count int
The number of users who played through to each quartile in a video.
no setterinherited
playback75Count int
The number of users who played through to each quartile in a video.
no setterinherited
playback100Count int
The number of users who played through to each quartile in a video.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited