UssdDialogOverride constructor

const UssdDialogOverride(
  1. List<String> keywords,
  2. UssdDialogType type
)

Implementation

const UssdDialogOverride(
  this.keywords,
  this.type,
);