TinkParam constructor

const TinkParam(
  1. String name,
  2. TinkVariableType type, {
  3. bool required = true,
  4. String? desc,
})

Implementation

const TinkParam(
  this.name,
  this.type, {
  this.required = true,
  this.desc,
});