ComponentStateStats class
组件状态统计信息
Constructors
- ComponentStateStats({required int totalComponents, required int expandedComponents, required int collapsedComponents, required ComponentTypeStats floatingComponents, required ComponentTypeStats nonFloatingComponents})
-
const
Properties
- collapsedComponents → int
-
final
- expandedComponents → int
-
final
- floatingComponents → ComponentTypeStats
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nonFloatingComponents → ComponentTypeStats
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalComponents → int
-
final
Methods
-
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