description property

  1. @override
String description

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

Implementation

@override
String get description =>
    'Represents a file that has been uploaded to the server.';