isManual property

  1. @JsonKey(name: 'is_manual')
bool? get isManual
inherited

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;