statementType property

  1. @JsonKey.new(name: "statementType")
StatementType statementType
final

The type of the Statement.

Primarily used for the JSON encoding/decoding process.

Implementation

@JsonKey(name: "statementType")
final StatementType statementType;