memo property Null safety

String? memo
@JsonKey(name: 'memo'), read / write

메모 데이터입니다.

Implementation

@JsonKey(name: 'memo')
String? memo;