prefix property

String? prefix
inherited

Implementation

String? get prefix {
  return id.split('_').first;
}