encodedContextId property

String? encodedContextId

Implementation

String? get encodedContextId =>
    contextId != null ? hex.encode(contextId!) : null;