toUpperCase method Null safety

String toUpperCase()

Implementation

String toUpperCase() => name.toUpperCase();