canSave property

  1. @JsonKey.new(name: 'can_save')
bool canSave
final

Whether the user can save the item.

Implementation

@JsonKey(name: 'can_save')
final bool canSave;