Skip to content

Commit

Permalink
🏷️ make ChopperLogRecord final (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Aug 14, 2023
1 parent f8905ad commit c658d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chopper/lib/src/chopper_log_record.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:chopper/src/request.dart';
import 'package:chopper/src/response.dart';

class ChopperLogRecord {
final class ChopperLogRecord {
const ChopperLogRecord(this.message, {this.request, this.response});

final String message;
Expand Down

0 comments on commit c658d39

Please sign in to comment.