AtFollowsList class
Constructors
Properties
- getKey → AtFollowsValue?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPrivate ↔ bool
-
default it is
false
. Settrue
to make list as private.getter/setter pair -
list
↔ List<
String?> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setKey ← AtFollowsValue
-
no getter
Methods
-
add(
String? value) → dynamic -
addAll(
List< String> value) → dynamic -
contains(
String? value) → dynamic -
create(
AtFollowsValue atValue) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String? value) → dynamic -
removeAll(
List< String> value) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited