FormType constructor

FormType(
  1. dynamic id,
  2. dynamic jsonValue
)

Implementation

FormType(super.id, super.jsonValue);