ObbyEventAuthToken constructor

const ObbyEventAuthToken({
  1. required String service,
  2. required String endpoint,
  3. required String token,
})

Implementation

const ObbyEventAuthToken({
  required this.service,
  required this.endpoint,
  required this.token,
});