HttpEndpointCommonAttribute constructor

HttpEndpointCommonAttribute({
  1. required String attributeName,
  2. required String attributeValue,
})

Implementation

HttpEndpointCommonAttribute({
  required this.attributeName,
  required this.attributeValue,
});