IsEmail constructor

const IsEmail([
  1. String? error
])

Implementation

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