Skip to content

Commit

Permalink
Fix analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Jan 31, 2025
1 parent 44a1eac commit aaf68c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/objective_c/lib/src/internal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ bool _isValidClass(ObjectPtr clazz) {

/// Only for use by ffigen bindings.
class ObjCProtocolBase extends ObjCObjectBase {
ObjCProtocolBase(ObjectPtr ptr, {required bool retain, required bool release})
: super(ptr, retain: retain, release: release);
ObjCProtocolBase(super.ptr, {required super.retain, required super.release});
}

@pragma('vm:deeply-immutable')
Expand Down

0 comments on commit aaf68c3

Please sign in to comment.