inline property

  1. @JsonKey.new(includeIfNull: false)
bool? inline
final

Whether the field should display inline

Implementation

@JsonKey(includeIfNull: false)
final bool? inline;