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
Example to handle:
` @freezed()
class OperatorStringIs with _$OperatorStringIs {
const factory OperatorStringIs({
/// The name has been replaced because it contains a keyword. Original name: 'is'. @jsonkey(name: 'is')
required String isValue,
}) = _OperatorStringIs;
}`
The text was updated successfully, but these errors were encountered:
Example to handle:
`
@freezed()
class OperatorStringIs with _$OperatorStringIs {
const factory OperatorStringIs({
/// The name has been replaced because it contains a keyword. Original name: 'is'.
@jsonkey(name: 'is')
required String isValue,
}) = _OperatorStringIs;
}`
The text was updated successfully, but these errors were encountered: