fieldType property

String fieldType

Implementation

String get fieldType => _dartFieldType!
    .replaceFirst('?', '', _dartFieldType!.length - 1)
    .replaceFirst(_fieldReadOnlyPrefix, '');