toDocument method Null safety
override
Implementation
@override
Map<String, Object?> toDocument() {
return {
'appID': appID,
'actionType': actionType,
'conditions': conditions == null ? null : conditions!.toDocument(),
'toAppID': toAppID,
};
}