PlaylistDetailEntity class
- Available extensions
- Annotations
Constructors
- PlaylistDetailEntity.new()
-
PlaylistDetailEntity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code ↔ int?
-
getter/setter pair
- fromUserCount ↔ int?
-
getter/setter pair
- fromUsers ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- playlist ↔ PlaylistDetailPlaylist?
-
getter/setter pair
-
privileges
↔ List<
PlaylistDetailPrivileges> ? -
getter/setter pair
-
getter/setter pair
- resEntrance ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
- songFromUsers ↔ dynamic
-
getter/setter pair
- urls ↔ dynamic
-
getter/setter pair
Methods
-
copyWith(
{int? code, PlaylistDetailPlaylist? playlist, dynamic urls, List< PlaylistDetailPrivileges> ? privileges, dynamic resEntrance, dynamic fromUsers, int? fromUserCount, dynamic songFromUsers}) → PlaylistDetailEntity -
Available on PlaylistDetailEntity, provided by the PlaylistDetailEntityExtension 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.
inherited