Store constructor

Store({
  1. String? id,
  2. bool? isActive,
  3. String? type,
  4. Info? info,
})

Implementation

Store({this.id, this.isActive, this.type, this.info});