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