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