The column followed by int after the closing parenthesis of the function declaration is a return type declaration. It indicates the function will return an integer.
The question mark indicates it is a nullable type.
The column followed by int after the closing parenthesis of the function declaration is a return type declaration. It indicates the function will return an integer.
The question mark indicates it is a nullable type.