aAsString property

String get aAsString

Returns a as String.

Implementation

String get aAsString => aNotNull ? a.toString() : '';