fieldIsNullable property

bool fieldIsNullable

Implementation

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