TerminalReaderCreateOptions constructor

const TerminalReaderCreateOptions({
  1. List<String>? expand,
  2. String? label,
  3. String? location,
  4. Map<String, String>? metadata,
  5. required String registrationCode,
})

Implementation

const TerminalReaderCreateOptions({
  this.expand,
  this.label,
  this.location,
  this.metadata,
  required this.registrationCode,
});