GetPropertiesResult constructor

GetPropertiesResult({
  1. required List<PropertyDescriptor> result,
  2. List<InternalPropertyDescriptor>? internalProperties,
  3. List<PrivatePropertyDescriptor>? privateProperties,
  4. ExceptionDetails? exceptionDetails,
})

Implementation

GetPropertiesResult({
  required this.result,
  this.internalProperties,
  this.privateProperties,
  this.exceptionDetails,
});