collapsedReason property

String? collapsedReason

The reason for this Comment being collapsed.

Returns null if the Comment isn't collapsed or there is no reason set.

Implementation

String? get collapsedReason => data!['collapsed_reason'];