ApiConfiguration<T> constructor

ApiConfiguration<T>({
  1. required String schemaType,
  2. String? title,
})

Implementation

ApiConfiguration({required this.schemaType, this.title});