fieldIsNullable property

bool get fieldIsNullable

Implementation

bool get fieldIsNullable =>
    _dartFieldType!.substring(_dartFieldType!.length - 1) == '?';