PointEcosystemUserModelInitialCollection typedef

PointEcosystemUserModelInitialCollection = _$PointEcosystemUserModelInitialCollection

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

RuntimeModelAdapter(
  initialValue: [
    PointEcosystemUserModelInitialCollection(
      "xxx": PointEcosystemUserModel(...),
    ),
  ],
);

Implementation

typedef PointEcosystemUserModelInitialCollection
    = _$PointEcosystemUserModelInitialCollection;