StringDataEntity constructor

StringDataEntity([
  1. String? value
])

Creates a new StringDataEntity Object with value value

Implementation

StringDataEntity([this.value]);