AFRouteSegmentChildren class
- Annotations
Constructors
-
AFRouteSegmentChildren.new({required Map<
AFID, AFRouteSegment> children}) -
const
- AFRouteSegmentChildren.create()
-
factory
-
AFRouteSegmentChildren.fromList(List<
AFRouteParam> children) -
factory
Properties
-
children
→ Map<
AFID, AFRouteSegment> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
no setter
-
values
→ Iterable<
AFRouteSegment> -
no setter
Methods
-
countOfChildren<
TChildParam extends AFRouteParam> () → int -
findParamById<
TRouteParam extends AFRouteParam> (AFID id) → TRouteParam? -
findSegmentById(
AFID id) → AFRouteSegment? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paramsWithType<
TChildParam extends AFRouteParam> () → List< TChildParam> -
reviseAddChild(
AFRouteParam param) → AFRouteSegmentChildren -
reviseRemoveChild(
AFID widChild) → AFRouteSegmentChildren -
reviseSetChild(
AFRouteParam param) → AFRouteSegmentChildren -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited