orLength property

int orLength

Implementation

int get orLength {
  if (this == null) return 0;
  return this!.length;
}