required property

bool required

Implementation

bool get required =>
    columnInfo.constrains != null && columnInfo.constrains!.required == true;