GithubContentModelRef typedef

GithubContentModelRef = ModelRef<GithubContentModel>?

Alias for ModelRef<GithubContentModel>.

When defining parameters for other Models, you can define them as follows

@RefParam(GithubContentModelDocument) GithubContentModelRef github_content

Implementation

typedef GithubContentModelRef = ModelRef<GithubContentModel>?;