IAccountFlowGraph class abstract

Implemented types

Constructors

IAccountFlowGraph()

Properties

allFlows List<IFlowGraph>
no setterinherited
availableResources List<IContent>?
Property getter and setter for availableResources:
getter/setter pairinherited
canBeToggled bool?
Property getter and setter for canBeToggled:
getter/setter pairinherited
category String?
Property getter and setter for category:
getter/setter pairinherited
childFlows List<IFlowGraph>?
Property getter and setter for childFlows:
getter/setter pairinherited
config Map<String, IExpression>?
Property getter and setter for config:
getter/setter pairinherited
description String?
Property getter and setter for description:
getter/setter pairinherited
diffHashCode int
no setterinherited
diffKey → dynamic
For Diffable
no setterinherited
diffSource → dynamic
For Diffable
no setterinherited
displayMode IDisplayMode?
Property getter and setter for displayMode:
getter/setter pairinherited
flowType ↔ MSchemaRef?
Property getter and setter for flowType:
getter/setter pairinherited
graphId String?
Property getter and setter for graphId:
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
help List<IContent>?
Property getter and setter for help:
getter/setter pairinherited
icon IIconInfo?
Property getter and setter for icon:
getter/setter pairinherited
id String?
no setterinherited
ignoredPaths Set<JsonPath>
no setterinherited
info ↔ MModel?
Property getter and setter for info:
getter/setter pairinherited
infoVideo Uri?
Property getter and setter for infoVideo:
getter/setter pairinherited
isModelRequired bool?
Property getter and setter for isModelRequired:
getter/setter pairinherited
isTemplate bool?
Property getter and setter for isTemplate:
getter/setter pair
isTopLevel bool?
Property getter and setter for isTopLevel:
getter/setter pairinherited
isUnlisted bool?
Property getter and setter for isUnlisted:
getter/setter pairinherited
marketingDescription String?
Property getter and setter for marketingDescription:
getter/setter pairinherited
marketingInfo List<IContent>?
Property getter and setter for marketingInfo:
getter/setter pairinherited
mfields Set<String>
no setteroverride
mkey → MKey?
no setterinherited
mkeyOrNull → MKey?
no setterinherited
mmeta ↔ MMeta
getter/setter pairinherited
mtype → MSchemaRef
no setterinherited
name String?
Property getter and setter for name:
getter/setter pairinherited
nodes List<IFlowNode>?
Property getter and setter for nodes:
getter/setter pairinherited
offByDefault bool?
Property getter and setter for offByDefault:
getter/setter pairinherited
parentFlow IFlowGraph?
Property getter and setter for parentFlow:
getter/setter pairinherited
pinned bool?
Property getter and setter for pinned:
getter/setter pairinherited
recordKey → RecordKey?
no setterinherited
repeatMode IFlowRepeatMode?
Property getter and setter for repeatMode:
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
starts List<IStart>?
Property getter and setter for starts:
getter/setter pairinherited
stops List<ICompletion>?
Property getter and setter for stops:
getter/setter pairinherited
subjectTypes Map<String, MSchemaRef>?
Property getter and setter for subjectTypes:
getter/setter pairinherited
vertexes List<IFlowVertex>?
Property getter and setter for vertexes:
getter/setter pairinherited
wrapped Map<String, dynamic>
finalinherited

Methods

call<T>(dynamic key) → T?
inherited
clone() IAccountFlowGraph
override
diffEquals(dynamic other) bool
inherited
diffIdentical(dynamic other) bool
inherited
get(String name) → dynamic
inherited
getByPath<T>(JsonPath path) → T
inherited
has(String fieldName) bool
inherited
jpath<T>(JsonPath<T> path, [T? value]) → T?
inherited
modified() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prune(Set<String> fields) → void
inherited
setByPath<T>(JsonPath<T> path, T? value) → dynamic
inherited
sync([Set<String>? fields]) → void
There are some weird cases where collections aren't synced properly with the underlying json. This will overwrite the json with the latest value of the variable.
inherited
takeFrom(dynamic source) → void
override
takeFromMap(Map<String, dynamic>? from, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
override
toJson() → dynamic
override
toMap() Map<String, dynamic>
For RouteParams - move at some point?
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
override
operator []=(String key, dynamic value) → void
override

Static Properties

fromJson ↔ _AccountFlowGraphFromJson
getter/setter pair
of ↔ _AccountFlowGraphConstructor
getter/setter pair