toString method

  1. @override
String toString()
override

A string representation of the BrailleCharacter, overriding the original toString due to the custom string logic.

Implementation

@override
String toString() => String.fromCharCode(unicode);