values property

Iterable<Object?>? values

Implementation

Iterable<Object?>? get values {
  return value is Iterable<Object?> ? value as Iterable<Object?> : null;
}