RecordingResponseModel class

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

Constructors

RecordingResponseModel({required String recordingId, required String mimeType, required int sizeBytes, required int uploadDateUnix, required String transcription})
const
RecordingResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
mimeType String
final
recordingId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes int
final
transcription String
final
uploadDateUnix int
final

Methods

copyWith({String? recordingId, String? mimeType, int? sizeBytes, int? uploadDateUnix, String? transcription}) RecordingResponseModel

Available on RecordingResponseModel, provided by the $RecordingResponseModelExtension extension

copyWithWrapped({Wrapped<String>? recordingId, Wrapped<String>? mimeType, Wrapped<int>? sizeBytes, Wrapped<int>? uploadDateUnix, Wrapped<String>? transcription}) RecordingResponseModel

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