hasMinimumInfo property

bool get hasMinimumInfo

Implementation

bool get hasMinimumInfo => this.getStatuses.length >= 3 && this.bio != null && this.avatarImage != null && this.getOpportunities.length >= 1;