TooGeneric constructor

  1. @Deprecated("Use static extension methods")
const TooGeneric({
  1. String? extensionForType,
})

Implementation

@Deprecated("Use static extension methods")
const TooGeneric({this.extensionForType});