Skip to content

Commit 06412f1

Browse files
dab246hoangdat
authored andcommitted
fixup! TF-4186 Use super.props to include parent's properties in the props override.
1 parent f096945 commit 06412f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/login/domain/state/get_company_server_login_info_state.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ class GetCompanyServerLoginInfoFailure extends FeatureFailure {
2626
}) : super(exception: exception);
2727

2828
@override
29-
List<Object> get props => [super.props, popAllRoute];
29+
List<Object?> get props => [...super.props, popAllRoute];
3030
}

0 commit comments

Comments
 (0)