ObbyEventIsupportToken constructor

const ObbyEventIsupportToken({
  1. required String token,
  2. required String? value,
})

Implementation

const ObbyEventIsupportToken({
  required this.token,
  required this.value,
});