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