destroy property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
bool destroy
final

Boolean to destroy the asset. use in combination with the asset id.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
final bool destroy;