DescribeApplicationSnapshotResponse constructor

DescribeApplicationSnapshotResponse({
  1. required SnapshotDetails snapshotDetails,
})

Implementation

DescribeApplicationSnapshotResponse({
  required this.snapshotDetails,
});