Metas class
Constructors
-
Metas.new({String? id, String? title, String? artist, String? album, MetasImage? image, Map<
String, dynamic> ? extra, MetasImage? onImageLoadFail})
Properties
- album → String?
-
final
- artist → String?
-
final
-
extra
→ Map<
String, dynamic> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String?
-
getter/setter pair
- image → MetasImage?
-
final
- onImageLoadFail → MetasImage?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
final
Methods
-
copyWith(
{String? id, String? title, String? artist, String? album, Map< String, dynamic> ? extra, MetasImage? image, MetasImage? onImageLoadFail}) → Metas -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override