code property

String code

Implementation

String get code {
  switch (this) {
    case MeshChartMatter.total:
      return '0';
    case MeshChartMatter.family:
      return '3';
  }
}