Variable class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
Variable.new({String? id, String? name, String? description, bool? remote, String? variableCollectionId, String? key, VariableResolvedDataType? resolvedType, Object? valuesByMode, Array<
VariableScope> ? scopes, dynamic codeSyntax, Future<PublishStatus> getPublishStatusAsync()?, dynamic resolveForConsumer(SceneNode)?, void setValueForMode(String, Object)?, void remove()?, void setVariableCodeSyntax(CodeSyntaxPlatform, String)?, void removeVariableCodeSyntax(CodeSyntaxPlatform)?, String getPluginData(String)?, void setPluginData(String, String)?, List<String> getPluginDataKeys()?, }) -
factory
Properties
- codeSyntax → dynamic
-
Available on Variable, provided by the Variable$Typings extension
no setter - description ↔ String
-
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - getPluginData ↔ String Function(String)
-
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair -
getPluginDataKeys
↔ List<
String> Function() -
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair -
getPublishStatusAsync
↔ Future<
PublishStatus> Function() -
Available on Variable, provided by the Variable$Typings extension
getter/setter pair -
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair -
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - id → String
-
Available on Variable, provided by the Variable$Typings extension
no setter - key → String
-
Available on Variable, provided by the Variable$Typings extension
no setter - name ↔ String
-
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - remote → bool
-
Available on Variable, provided by the Variable$Typings extension
no setter - remove ↔ void Function()
-
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - removeVariableCodeSyntax ↔ void Function(CodeSyntaxPlatform)
-
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - resolvedType → VariableResolvedDataType
-
Available on Variable, provided by the Variable$Typings extension
no setter - resolveForConsumer ↔ dynamic Function(SceneNode)
-
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
↔ Array<
VariableScope> -
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - setPluginData ↔ void Function(String, String)
-
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair -
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair - setValueForMode ↔ void Function(String, Object)
-
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - setVariableCodeSyntax ↔ void Function(CodeSyntaxPlatform, String)
-
Available on Variable, provided by the Variable$Typings extension
getter/setter pair - valuesByMode → Object
-
Available on Variable, provided by the Variable$Typings extension
no setter - variableCollectionId → String
-
Available on Variable, provided by the Variable$Typings extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited