title property

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

A label or set of text to display in place of the data.

Implementation

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