GithubPullRequestModelMirrorInitialCollection typedef
GithubPullRequestModelMirrorInitialCollection = _$GithubPullRequestModelMirrorInitialCollection
Class for defining initial values to be passed to initialValue
of RuntimeModelAdapter
.
RuntimeModelAdapter(
initialValue: [
GithubPullRequestModelMirrorInitialCollection(
"xxx": GithubPullRequestModel(...),
),
],
);
Implementation
typedef GithubPullRequestModelMirrorInitialCollection
= _$GithubPullRequestModelMirrorInitialCollection;