TerminalConnectionToken constructor
TerminalConnectionToken
A Connection Token is used by the Stripe Terminal SDK to connect to a reader. Related guide: [Fleet management](https://stripe.com/docs/terminal/fleet/locations)
Implementation
const TerminalConnectionToken({
this.location,
required this.secret,
});