toDocument method

  1. @override
Map<String, Object?> toDocument()
override

Implementation

@override
Map<String, Object?> toDocument() {
  return {
    'appID': appID,
    'actionType': actionType,
    'conditions': conditions?.toDocument(),
    'pageID': pageID
  };
}