GithubRepositoryModelInitialCollection typedef

GithubRepositoryModelInitialCollection = _$GithubRepositoryModelInitialCollection

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

RuntimeModelAdapter(
  initialValue: [
    GithubRepositoryModelInitialCollection(
      "xxx": GithubRepositoryModel(...),
    ),
  ],
);

Implementation

typedef GithubRepositoryModelInitialCollection
    = _$GithubRepositoryModelInitialCollection;