ApiDefinition constructor

const ApiDefinition({
  1. ApiCodec? codec,
  2. List<Type>? useTypes,
})

Implementation

const ApiDefinition({this.codec, this.useTypes});