MergeAttribute constructor

MergeAttribute({
  1. required String? type,
  2. required String? attributeFieldId,
  3. required String? fieldValue,
  4. required String? sTypename,
})

Implementation

MergeAttribute(
    {required this.type,
    required this.attributeFieldId,
    required this.fieldValue,
    required this.sTypename});