comment property

  1. @JsonKey(name: 'comment')
String? comment
inherited

Comment, if any.

Implementation

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