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