ModelController<T, STORAGE extends SimpleStorage> constructor Null safety

ModelController<T, STORAGE extends SimpleStorage>(
  1. {STORAGE? storage}
)

Implementation

ModelController({this.storage});