Itemlist class

Constructors

Itemlist.new({String id = "", String name = "", String description = "", String ownerId = "", String ownerName = "", OwnerType ownerType = OwnerType.profile, String href = "", String imgUrl = "", bool public = true, Position? position, bool isModifiable = true, List<AppReleaseItem>? appReleaseItems, List<AppMediaItem>? appMediaItems, String uri = "", ItemlistType type = ItemlistType.playlist, int? createdTime, int? modifiedTime, String? language = "", List<String>? categories, List<String>? tags})
TAGS OR GENRES FOR BOOKS | SONGS | PODCASTS | TAGS RETRIEVED FROM WC
Itemlist.createBasic(String name, dynamic desc, String ownerId, String ownerName, ItemlistType type)
Itemlist.fromJSON(dynamic data)

Properties

appMediaItems List<AppMediaItem>?
getter/setter pair
appReleaseItems List<AppReleaseItem>?
getter/setter pair
categories List<String>?
SPANISH - ENGLISH - ETC
getter/setter pair
createdTime int?
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
href String
getter/setter pair
id String
getter/setter pair
imgUrl String
Reference to something in future
getter/setter pair
isModifiable bool
getter/setter pair
language String?
TIME OF LAST MODIFICATION
getter/setter pair
modifiedTime int?
CREATED TIME ON PLATFORM
getter/setter pair
name String
Generated by firestore or third-party playlist Id
getter/setter pair
ownerId String
getter/setter pair
ownerName String
getter/setter pair
ownerType OwnerType
getter/setter pair
position ↔ Position?
getter/setter pair
public bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
CATEGORIES FOR BOOKS | SONGS | PODCASTS | CATEGORIES RETRIEVED FROM WC
getter/setter pair
type ItemlistType
A link to the Web API endpoint providing full details of the external list.
getter/setter pair
uri String
getter/setter pair

Methods

getImgUrls() List<String>
getTotalItems() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
toJSONWithID() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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