FunctionBlockModel class

Inheritance

Constructors

FunctionBlockModel({required String configurationUuid, required String name})

Properties

blocks ↔ List<ProgrammingBlockModel>
getter/setter pairinherited
configurationUuid ↔ String
getter/setter pairinherited
defaultData ↔ Map<String, dynamic>?
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
inputs ↔ List<ProgrammingBlockInputModel>
getter/setter pairinherited
name ↔ String
getter/setter pairinherited
panelArguments ↔ Map<String, dynamic>
getter/setter pairinherited
position ↔ Offset
getter/setter pairinherited
returnType ↔ String?
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selectors ↔ List<ProgrammingBlockSelectorModel>
getter/setter pairinherited
type ↔ String
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited