bAsString property

String get bAsString

Returns b as String.

Implementation

String get bAsString => bNotNull ? b.toString() : '';