remainder property
String?
get
remainder
Gets a value that contains the text that was not printed.
Implementation
String? get remainder => _remainder;
Gets a value that contains the text that was not printed.
String? get remainder => _remainder;