code property

String code

Implementation

String get code {
  switch (this) {
    case MeshChartDisplayMethod.total:
      return '0';
    case MeshChartDisplayMethod.changes:
      return '1';
  }
}