text property

  1. @override
String get text
override

Implementation

@override
String get text => _rows.map((r) => r.text).join();