GithubCompareModelRef typedef

GithubCompareModelRef = ModelRef<GithubCompareModel>?

Alias for ModelRef<GithubCompareModel>.

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

@RefParam(GithubCompareModelDocument) GithubCompareModelRef github_compare

Implementation

typedef GithubCompareModelRef = ModelRef<GithubCompareModel>?;