Record class

Record class may be used to record a Media to a local File on the disk.

Constructors

Record.create({required int id, required Media media, required File savingFile})
Creates a new Record instance.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
Unique identifier for this Record instance.
final
media Media
Recording from Media.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savingFile File
Path where the recording is saved example: /home/alexmercerind/recording.mp3
final

Methods

dispose() → void
Disposes this instance of Record.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
Starts recording the Media.
toString() String
A string representation of this object.
inherited

Operators

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