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