Token constructor

Token({
  1. required bool isValid,
})

Implementation

Token({required this.isValid});