form constant

_$GithubOrganizationModelFormQuery const form

Query for form value.

ref.app.form(GithubOrganizationModel.form(GithubOrganizationModel()));    // Get the form controller in app scope.
ref.page.form(GithubOrganizationModel.form(GithubOrganizationModel()));    // Get the form controller in page scope.

Implementation

static const form = _$GithubOrganizationModelFormQuery();