cform property

CFormState? get cform

Implementation

CFormState? get cform {
  return CForm.of(this);
}