CollectionItem class
Represents a single item in a BGG collection.
Constructors
- CollectionItem({required int objectId, required String name, int? yearPublished, int? numPlays, String? thumbnailUrl, String? imageUrl})
- CollectionItem.fromXml(XmlElement element)
-
Parses a CollectionItem from an XML element.
factory
Properties
Methods
-
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.
inherited