description property

  1. @override
String description
override

A description of this type, which, while optional, can be very useful in tools like GraphiQL.

Implementation

@override
String get description =>
    'A list of items of type ${ofType.name ?? '(${ofType.description}).'}';