length property - StringBuffer class - dart:core library (original) (raw)
int getlength
Returns the length of the content that has been accumulated so far. This is a constant-time operation.
Implementation
external int get length;
int getlength
Returns the length of the content that has been accumulated so far. This is a constant-time operation.
external int get length;