properties property

Map<String, String?>? properties
final

Properties patch.

If value for an property is null, framework will clear that property else it'll add/update it.

Implementation

final Map<String, String?>? properties;