traits property
List of shape IDs that protocol implementations MUST understand in order to successfully use the protocol. Each shape MUST exist and MUST be a trait. Code generators SHOULD ensure that they support each listed trait.
Implementation
@override
@JsonKey(includeFromJson: false, includeToJson: false)
List<ShapeId> get traits;