getPriority method
Gets the value of android.priority field.
Returns the value of android.priority field, or null if absent.
Implementation
String? getPriority() {
  return _priority;
}Gets the value of android.priority field.
Returns the value of android.priority field, or null if absent.
String? getPriority() {
  return _priority;
}