Token constructor
Token({
- required GrpcServiceImpl grpc,
- required TokenName token,
Implementation
Token({required this.grpc, required this.token});
Token({required this.grpc, required this.token});