Variable class

Annotations
  • @freezed

Constructors

Variable({@JsonKey(name: 'variable_name') required String variableName, dynamic example, dynamic fallback})
const
factory
Variable.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $VariableCopyWith<Variable>
no setterinherited
example → dynamic
The example value of the variable
no setterinherited
fallback → dynamic
The fallback value of the variable
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variableName String
no setterinherited

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