blocType property
String?
get
blocType
Implementation
String? get blocType {
final v = traceMeta?['blocType'];
return v is String ? v : null;
}
String? get blocType {
final v = traceMeta?['blocType'];
return v is String ? v : null;
}