NumberConfigBlockModel class

Inheritance

Constructors

NumberConfigBlockModel({required Map<String, dynamic> configArguments, required String typeName, required String uuid, required String name})

Properties

blockModel ProgrammingBlockModel
getter/setter pairinherited
blockName String
getter/setter pairinherited
configArguments Map<String, dynamic>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeName String
getter/setter pairinherited
uuid String
getter/setter pairinherited

Methods

copyWith({Map<String, dynamic>? configArguments, String? name}) ConfigurationBlockModel
inherited
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