FormCast.custom constructor

FormCast.custom(
  1. String type, {
  2. dynamic metaData,
})

Cast to a custom form field

Implementation

FormCast.custom(String this.type, {this.metaData});