ResolveCommand constructor

ResolveCommand({
  1. SdkLinksClient? client,
})

Implementation

ResolveCommand({SdkLinksClient? client}) : client = client ?? SdkLinksClient();