IsOptional constructor

IsOptional([
  1. String? error
])

Implementation

IsOptional([String? error]) : super(error);