length property

int get length

Implementation

int get length {
  return fields == null ? 0 : fields!.length;
}