Central constructor

Central({
  1. required UUID uuid,
})

Implementation

Central({
  required super.uuid,
});