attributedStaffs property

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

Implementation

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