Answer (1) A nullable type by adding a question mark (?) after the type name. For example, a variable _contacts? can contain a value, or it can be null. Answer (2) It is called “Null-aware operators”.
Answer (1) A nullable type by adding a question mark (?) after the type name. For example, a variable _contacts? can contain a value, or it can be null. Answer (2) It is called “Null-aware operators”.