asMap method
The function returns a map containing various properties of an object.
Implementation
Map asMap() => {
      'audience': audience,
      'createdAt': createdAt,
      'identifier': identifier,
      'hashString': hashString,
      'name': name,
      'path': path,
      'priority': priority,
      'updatedAt': updatedAt,
      'version': version,
      'data': data,
      'parentVersion': parentVersion,
      'descriptionText': descriptionText,
      'deletedAt': deletedAt
    };