getCollapseKey method

String? getCollapseKey()

Gets the value of android.collapse_key field.

Returns the value of android.collapse_key field, or null if absent.

Implementation

String? getCollapseKey() {
  return _collapseKey;
}