fullType property
String
get
fullType
Implementation
String get fullType => nullable && !type.endsWith('?') ? '$type?' : type;
String get fullType => nullable && !type.endsWith('?') ? '$type?' : type;