toDocument method

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

Implementation

@override
Map<String, Object> toDocument() {
  return {
    'identifier': identifier,
    'description': description,
    'executeInstantly': executeInstantly,
  };
}