EmailDataEntity constructor

EmailDataEntity([
  1. String? value
])

Creates a new StringDataEntity Object with value value

Implementation

EmailDataEntity([super.value]);