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