The Non Null Assertion Operator https://medium.com/p/177b4a654ef6
if (isPresentSomeObject(someObject)) { | |
//Back off compiler, I got this! | |
someObject!.id = 12; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment