isValid property

  1. @JsonKey(name: 'is_valid')
bool? isValid
final

True if the witnessed signal is valid; false otherwise.

Implementation

@JsonKey(name: 'is_valid')
final bool? isValid;