Robot constructor
      
      Robot({ 
    
    
- Architecture? architecture,
- String? arn,
- DateTime? createdAt,
- String? fleetArn,
- String? greenGrassGroupId,
- String? lastDeploymentJob,
- DateTime? lastDeploymentTime,
- String? name,
- RobotStatus? status,
Implementation
Robot({
  this.architecture,
  this.arn,
  this.createdAt,
  this.fleetArn,
  this.greenGrassGroupId,
  this.lastDeploymentJob,
  this.lastDeploymentTime,
  this.name,
  this.status,
});