isManual property
True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server.
Implementation
@JsonKey(name: 'is_manual')
bool? get isManual;
True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server.
@JsonKey(name: 'is_manual')
bool? get isManual;