UtteranceResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- UtteranceResponseModel({required double start, required double end})
-
const
-
UtteranceResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{double? start, double? end}) → UtteranceResponseModel -
Available on UtteranceResponseModel, provided by the $UtteranceResponseModelExtension extension
-
copyWithWrapped(
{Wrapped< double> ? start, Wrapped<double> ? end}) → UtteranceResponseModel -
Available on UtteranceResponseModel, provided by the $UtteranceResponseModelExtension 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 UtteranceResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(UtteranceResponseModel instance)