copyWithNull property

bool copyWithNull
final

Set copyWithNull to true if you want to use copyWithNull function that allows you to nullify the fields. E.g. myInstance.copyWithNull(id: true, name: true).

Implementation

final bool copyWithNull;