isOffer property

bool isOffer

Implementation

bool get isOffer {
  return type == 'offer';
}