short method

String short()

Implementation

String short() => this == true ? "T" : "F";