type property

  1. @JsonKey(name: 'style_type')
StyleType? type
final

The type of style as string enum.

Implementation

@JsonKey(name: 'style_type')
final StyleType? type;