considerEmptyCollectionAsNull property

bool? considerEmptyCollectionAsNull
final

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

Implementation

final bool? considerEmptyCollectionAsNull;