name property

String get name

Implementation

String get name {
  switch (this) {
    case Sections.command:
      return 'COMMAND';
    case Sections.bodySize:
      return 'BODY_SIZE';
  }
}