form constant
_$GithubBranchModelFormQuery
const form
Query for form value.
ref.app.form(GithubBranchModel.form(GithubBranchModel())); // Get the form controller in app scope.
ref.page.form(GithubBranchModel.form(GithubBranchModel())); // Get the form controller in page scope.
Implementation
static const form = _$GithubBranchModelFormQuery();