BlocklistEventsBlocklist class
List of BlocklistRecords.
- Inheritance
-
- Object
- BlocklistEvents
- BlocklistEventsBlocklist
Constructors
-
BlocklistEventsBlocklist(List<
DtoBlocklistRecord> records, int totalCount, BlocklistVersion ver) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → BlocklistEventsKind
-
Returns BlocklistEventsKind of these BlocklistEvents.
no setteroverride
-
records
→ List<
DtoBlocklistRecord> -
List of DtoBlocklistRecord edges.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCount → int
-
Total count of BlocklistRecords.
final
- ver → BlocklistVersion
-
Version of this BlocklistRecords list.
final
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