GetVoicesV2ResponseModel class

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

Constructors

GetVoicesV2ResponseModel({required List<VoiceResponseModel> voices, required bool hasMore, required int totalCount, dynamic nextPageToken})
const
GetVoicesV2ResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
hasMore bool
final
nextPageToken → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int
final
voices List<VoiceResponseModel>
final

Methods

copyWith({List<VoiceResponseModel>? voices, bool? hasMore, int? totalCount, dynamic nextPageToken}) GetVoicesV2ResponseModel

Available on GetVoicesV2ResponseModel, provided by the $GetVoicesV2ResponseModelExtension extension

copyWithWrapped({Wrapped<List<VoiceResponseModel>>? voices, Wrapped<bool>? hasMore, Wrapped<int>? totalCount, Wrapped? nextPageToken}) GetVoicesV2ResponseModel

Available on GetVoicesV2ResponseModel, provided by the $GetVoicesV2ResponseModelExtension 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 GetVoicesV2ResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(GetVoicesV2ResponseModel instance)