ListDeviceDefinitionsResponse constructor
ListDeviceDefinitionsResponse({
- List<
DefinitionInformation> ? definitions, - String? nextToken,
Implementation
ListDeviceDefinitionsResponse({
this.definitions,
this.nextToken,
});