SegmentCreatePayload class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

SegmentCreatePayload({required double startTime, required double endTime, dynamic text, dynamic translations})
const
SegmentCreatePayload.fromJson(Map<String, dynamic> json)
factory

Properties

endTime double
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime double
final
text → dynamic
final
translations → dynamic
final

Methods

copyWith({double? startTime, double? endTime, dynamic text, dynamic translations}) SegmentCreatePayload

Available on SegmentCreatePayload, provided by the $SegmentCreatePayloadExtension extension

copyWithWrapped({Wrapped<double>? startTime, Wrapped<double>? endTime, Wrapped? text, Wrapped? translations}) SegmentCreatePayload

Available on SegmentCreatePayload, provided by the $SegmentCreatePayloadExtension extension

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

Operators

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

Constants

fromJsonFactory → const SegmentCreatePayload Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(SegmentCreatePayload instance)