length property

dynamic get length

Implementation

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