SectionCity<T extends AddressNode> class
城市列表数据模型
- Implemented types
Constructors
-
SectionCity({String? letter, List<
T> ? data})
Properties
Methods
-
getItems(
) → List< T> ? -
override
-
isSectionExpanded(
) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSectionExpanded(
bool expanded) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited