mark property

String mark

Implementation

String get mark =>
    switch (this) { left => ":--", right => "--:", center => ":--:" };