Unit constructor

Unit({
  1. required String type,
  2. required String uid,
})

Implementation

Unit({required this.type, required this.uid});