rawText property
String
get
rawText
custom getters to access text's list and object
Implementation
String get rawText =>
List.generate(10, (index) => rawData[Random().nextInt(62)]).join();
custom getters to access text's list and object
String get rawText =>
List.generate(10, (index) => rawData[Random().nextInt(62)]).join();