isDeleted property

  1. @JsonKey(name: 'deleted')
bool isDeleted
inherited

Indicates whether the content specified in the request has been deleted.

Implementation

@JsonKey(name: 'deleted')
bool get isDeleted => throw _privateConstructorUsedError;