text property Null safety

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

칼럼에 표시되는 텍스트입니다.

Implementation

@JsonKey(name: 'text')
String text;