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