note property

  1. @JsonKey.new(includeIfNull: false)
String? note
final

The note text (max 256 characters)

Implementation

@JsonKey(includeIfNull: false)
final String? note;