GithubUserModelInitialCollection typedef

GithubUserModelInitialCollection = _$GithubUserModelInitialCollection

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

RuntimeModelAdapter(
  initialValue: [
    GithubUserModelInitialCollection(
      "xxx": GithubUserModel(...),
    ),
  ],
);

Implementation

typedef GithubUserModelInitialCollection = _$GithubUserModelInitialCollection;