Data constructor

Data({
  1. String? relation,
})

Implementation

Data({
    String? relation,}){
  _relation = relation;
}