util property

bool util

Implementation

bool get util =>
    this.data.weekday >= DateTime.monday &&
    this.data.weekday <= DateTime.friday;