BrowseList class

Constructors

BrowseList(List<BrowseService> service)

Properties

callback VoidCallback?
getter/setter pair
errorback VoidCallback?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service List<BrowseService>
getter/setter pair

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

Static Methods

add(BrowseList list, String accountId, String name, String code, {String q = '', String f = '', String o = '', int p = 1, int r = 20, int s = 0, required Preset preset}) Future<void>
clear(BrowseList list) → void
dispose(BrowseList list) → void
getList(String accountId, String name, BrowseList list) BrowseService?