Token constructor

const Token({
  1. required String typeDart,
  2. required String typeFfiDart,
  3. required String typeFfiC,
  4. required String typeAnnotation,
  5. required String fieldAccessor,
  6. required String caller,
  7. required TokenType tokenType,
})

const constructor

Implementation

const Token({
  required this.typeDart,
  required this.typeFfiDart,
  required this.typeFfiC,
  required this.typeAnnotation,
  required this.fieldAccessor,
  required this.caller,
  required this.tokenType,
});