comment property

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

Deprecated.

Implementation

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