format method

List<NatrixText> format()

Implementation

List<NatrixText> format() => isEmpty ? const [] : [this];