title property

  1. @JsonKey(name: 'title')
String get title
inherited

The title of the submission

Implementation

@JsonKey(name: 'title')
String get title => throw _privateConstructorUsedError;