helper property

Implementation

ABAClientService? get helper {
  if (merchant == null) return null;
  return ABAClientService(merchant);
}