isChecked method

bool isChecked(
  1. List? list
)

Implementation

bool isChecked(List<dynamic>? list) => Validator.isChecked(this, list);