AudioMetaData class

Constructors

AudioMetaData.new({String? title, String? artist, String? albumTitle, String? albumArtist, String? genre, String? timeReleased, required Uint8List? thumbnail, String? copyRight})
AudioMetaData.fromMap(Map<String, dynamic> map)
factory

Properties

albumArtist String?
final
albumTitle String?
final
artist String?
final
final
genre String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail Uint8List?
final
timeReleased String?
final
title String?
final

Methods

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

Operators

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

Static Methods

removeTerminator(String? str) String