baseRef property

String? get baseRef

Implementation

String? get baseRef {
  return argResults?['base-ref'] as String?;
}