isSubmitter property

bool isSubmitter

Did the currently authenticated User post this Comment.

Implementation

bool get isSubmitter => data!['is_submitter'];