form constant

_$GithubCopilotSessionModelFormQuery const form

Query for form value.

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

Implementation

static const form = _$GithubCopilotSessionModelFormQuery();