tarifs property

  1. @JsonKey.new(name: 'tarifs')
List<Tarif>? tarifs
final

Implementation

@JsonKey(name: 'tarifs')
final List<Tarif>? tarifs;