removalReason property

String? removalReason

The reason why this Submission was removed.

Returns null if the Submission has not been removed.

Implementation

String? get removalReason => data!['removal_reason'];