encode static method
Implementation
static String encode(ReportVersion value) {
switch (value) {
case ReportVersion.v1_0_0:
return 'V1_0_0';
}
}
static String encode(ReportVersion value) {
switch (value) {
case ReportVersion.v1_0_0:
return 'V1_0_0';
}
}