getReference method

String? getReference()

Implementation

String? getReference() {
  return dollarRef?.substring(dollarRef!.lastIndexOf('/')+1);
}