length property - StringBuffer class - dart:core library (original) (raw)

description

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;