condition property

String get condition

Gets the hexadecimal string representation of the condition byte array.

Implementation

String get condition => BytesUtils.toHexString(_condition, lowerCase: false);