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