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