VariableRef constructor
VariableRef({
- required String name,
- required VariableScope scope,
- required TinkVariableType type,
- required String differentiator,
- String? screenId,
Implementation
VariableRef({
required this.name,
required this.scope,
required this.type,
required this.differentiator,
this.screenId,
});