You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import'package:freezed_annotation/freezed_annotation.dart';
@JsonEnum()
enumSessionTypes {
/// Incorrect name has been replaced. Original name: `Crystal Calibration`.@JsonValue('Crystal Calibration')
undefined0,
}
Given the swagger:
The following is generated:
I would expect:
In Dart, I would suggest converting strings to
camelCase
variable names and strip away any spaces.The text was updated successfully, but these errors were encountered: