IsEmail constructor

const IsEmail([
  1. String? msg
])

Implementation

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