castIterable property

bool castIterable
final

If iterable value type should be processed on deserialize using Iterable.cast instead of Iterable.whereType.

Implementation

final bool castIterable;