ConnectionToken constructor

ConnectionToken({
  1. String? location,
  2. int? secret,
})

Implementation

ConnectionToken({this.location, this.secret});