Model<T> constructor

Model<T>({
  1. String? key,
})

Implementation

Model({String? key}) {
  _key = key;
}