GithubPullRequestModelInitialCollection typedef

GithubPullRequestModelInitialCollection = _$GithubPullRequestModelInitialCollection

Class for defining initial values to be passed to initialValue of RuntimeModelAdapter.

RuntimeModelAdapter(
  initialValue: [
    GithubPullRequestModelInitialCollection(
      "xxx": GithubPullRequestModel(...),
    ),
  ],
);

Implementation

typedef GithubPullRequestModelInitialCollection
    = _$GithubPullRequestModelInitialCollection;