VariableEntry class

A variable in the list of variables for the batch create variable request.

Constructors

VariableEntry({String? dataSource, String? dataType, String? defaultValue, String? description, String? name, String? variableType})

Properties

dataSource String?
The data source of the variable.
final
dataType String?
The data type of the variable.
final
defaultValue String?
The default value of the variable.
final
description String?
The description of the variable.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the variable.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variableType String?
The type of the variable. For more information see Variable types.
final

Methods

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

Operators

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