considerEmptyCollectionAsNull property

bool? considerEmptyCollectionAsNull
final

Indicates that an empty List, Set, Map or Iterable to be considered as a null value when deciding copyWith from newData or keep currentData. Default: true

Implementation

final bool? considerEmptyCollectionAsNull;