note property

  1. @JsonKey.new(disallowNullValue: false)
String? note
getter/setter pair

Implementation

@JsonKey(disallowNullValue: false)
String? note;