IsBool constructor

const IsBool([
  1. String? error
])

Implementation

const IsBool([String? error]) : super(error);