IDPLDAPAccessInformation constructor

IDPLDAPAccessInformation({
  1. Struct? attributes,
})

Implementation

factory IDPLDAPAccessInformation({
  $1.Struct? attributes,
}) {
  final $result = create();
  if (attributes != null) {
    $result.attributes = attributes;
  }
  return $result;
}