GraphQLNumType<T extends num> constructor

GraphQLNumType<T extends num>(
  1. String name, {
  2. String description = '',
})

Implementation

GraphQLNumType(this.name, {this.description = ''});