SourceToken constructor

SourceToken({
  1. String? type,
  2. required String token,
})

Implementation

SourceToken({this.type, required this.token});