TinkParam constructor
const
TinkParam(
- String name,
- TinkVariableType type, {
- bool required = true,
- String? desc,
Implementation
const TinkParam(
this.name,
this.type, {
this.required = true,
this.desc,
});