claude refactor
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'breaker_state.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
_BreakerState _$BreakerStateFromJson(Map<String, dynamic> json) =>
|
||||
_BreakerState(
|
||||
response: json['response'] == null
|
||||
? null
|
||||
: GetBreakersResponse.fromJson(
|
||||
json['response'] as Map<String, dynamic>,
|
||||
),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$BreakerStateToJson(_BreakerState instance) =>
|
||||
<String, dynamic>{'response': instance.response};
|
||||
Reference in New Issue
Block a user