useCaseText property

String? useCaseText
final

Indicates what kind of messaging can be done with a business, ie.

  • "Request a Quote" for a home services business
  • "Request a Consultation" for a legal services business

Note: Text will be localized based on the "locale" input parameter.

Implementation

final String? useCaseText;