GetPropertiesResult constructor
GetPropertiesResult({
- required List<
PropertyDescriptor> result, - List<
InternalPropertyDescriptor> ? internalProperties, - List<
PrivatePropertyDescriptor> ? privateProperties, - ExceptionDetails? exceptionDetails,
Implementation
GetPropertiesResult(
{required this.result,
this.internalProperties,
this.privateProperties,
this.exceptionDetails});