fromJson static method
Implementation
static WhitespaceMode fromJson(String value) =>
WhitespaceMode.values.firstWhere((e) => e.name == value);
static WhitespaceMode fromJson(String value) =>
WhitespaceMode.values.firstWhere((e) => e.name == value);