content property

  1. @JsonKey(name: 'content', required: true)
String get content
inherited

The content of the comment

Implementation

@JsonKey(name: 'content', required: true)
String get content => throw _privateConstructorUsedError;