name property

String get name

Implementation

String get name => isSideA ? 'A' : 'B';