ServerType constructor

const ServerType({
  1. required String offTag,
})

Implementation

const ServerType({
  required this.offTag,
});