name property

String name
final

name without any ?, ! or *

for example "double". but can NOT be "double?".

Implementation

final String name;