length property

int length
override

Always returns 1 because in-between is not a composite expression

Implementation

int get length => 1;