❓ Declaring a return type as nullable when it’s always non-null? "avoid-unnecessary-nullable-return-type" warns when a function is marked as returning nullable, but always returns a non-null value. More here: dcm.dev/docs/rules/c...
1 likes 0 replies
?