GetDifferencesOutput constructor
GetDifferencesOutput({
- String? nextToken,
- List<
Difference> ? differences,
Implementation
GetDifferencesOutput({
this.nextToken,
this.differences,
});