attributedStaffs property
- @JsonKey.new(name: 'attributed_staffs', includeIfNull: false, defaultValue: <ShopifySharpLineItemAttributedStaff>[])
final
Implementation
@JsonKey(
name: 'attributed_staffs',
includeIfNull: false,
defaultValue: <ShopifySharpLineItemAttributedStaff>[],
)
final List<ShopifySharpLineItemAttributedStaff>? attributedStaffs;