VariableCollection class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

VariableCollection.new({String? id, String? name, bool? hiddenFromPublishing, bool? remote, Array<IInline95>? modes, List<String>? variableIds, String? defaultModeId, String? key, Future<PublishStatus> getPublishStatusAsync()?, void remove()?, void removeMode(String)?, String addMode(String)?, void renameMode(String, String)?, String getPluginData(String)?, void setPluginData(String, String)?, List<String> getPluginDataKeys()?, String getSharedPluginData(String, String)?, void setSharedPluginData(String, String, String)?, List<String> getSharedPluginDataKeys(String)?})
factory

Properties

addMode String Function(String)

Available on VariableCollection, provided by the VariableCollection$Typings extension

getter/setter pair
defaultModeId String

Available on VariableCollection, provided by the VariableCollection$Typings extension

no setter
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 VariableCollection, provided by the VariableCollection$Typings extension

getter/setter pair
getSharedPluginData String Function(String, String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
getSharedPluginDataKeys List<String> Function(String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hiddenFromPublishing bool

Available on VariableCollection, provided by the VariableCollection$Typings extension

getter/setter pair
id String

Available on VariableCollection, provided by the VariableCollection$Typings extension

no setter
key String

Available on VariableCollection, provided by the VariableCollection$Typings extension

no setter
modes Array

Available on VariableCollection, provided by the VariableCollection$Typings extension

no setter
name String

Available on VariableCollection, provided by the VariableCollection$Typings extension

getter/setter pair
remote bool

Available on VariableCollection, provided by the VariableCollection$Typings extension

no setter
remove ↔ void Function()

Available on VariableCollection, provided by the VariableCollection$Typings extension

getter/setter pair
removeMode ↔ void Function(String)

Available on VariableCollection, provided by the VariableCollection$Typings extension

getter/setter pair
renameMode ↔ void Function(String, String)

Available on VariableCollection, provided by the VariableCollection$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setPluginData ↔ void Function(String, String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
setSharedPluginData ↔ void Function(String, String, String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
variableIds List<String>

Available on VariableCollection, provided by the VariableCollection$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