menu
digia_engage package
documentation
api/models/variable_schema.dart
VariableSchema
VariableSchema.new const constructor
VariableSchema.new const constructor
dark_mode
light_mode
VariableSchema
constructor
const
VariableSchema
(
{
required
String
name
,
required
String
type
,
required
String
fallbackValue
,
})
Implementation
const VariableSchema({ required this.name, required this.type, required this.fallbackValue, });
digia_engage package
documentation
api/models/variable_schema
VariableSchema
VariableSchema.new const constructor
VariableSchema class