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