values property

Iterable<Object?> get values

Implementation

Iterable<Object?> get values {
  return params;
}