SpecialSpace constructor
const
SpecialSpace({
- required SpecialSpaceType type,
- required String name,
- required String? count,
Implementation
const SpecialSpace({
required this.type,
required this.name,
required this.count
});