isPlain property

bool get isPlain

Returns true if the codeChallengeMethod is plain.

Implementation

bool get isPlain => codeChallengeMethod == 'plain';