SimpleContainer class
It's a class that represents a container of components
Constructors
-
SimpleContainer({required String name, required ContainerType type, required String languageCode, List<
SimpleContainer> container = const <SimpleContainer>[], List<SimpleContainer> moves = const <SimpleContainer>[], String axis = "", int repetitions = 1}) - It's a constructor.
Properties
- axis ↔ String
-
It's a variable that is used to identify the component in the tree.
read / write
-
container
↔ List<
SimpleContainer> -
It's a variable that is used to identify the component in the tree.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- key ↔ Key
-
It's a key that is used to identify the component in the tree.
read / write
- languageCode ↔ String
-
read / write
-
moves
↔ List<
SimpleContainer> -
It's a variable that is used to identify the component in the tree.
read / write
- name → String
-
It's a variable that is used to identify the component in the tree.
final
- repetitions ↔ int
-
It's a variable that is used to identify the component in the tree.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type → ContainerType
-
It's a variable that is used to identify the component in the tree.
final
Methods
-
copy(
) → SimpleContainer -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited