MinecraftProfile constructor
      
      MinecraftProfile({})
     
    
    
Implementation
MinecraftProfile({
  required this.id,
  required this.name,
  required this.requiresProfileNameChange,
  required this.requiresSkinChange,
});MinecraftProfile({
  required this.id,
  required this.name,
  required this.requiresProfileNameChange,
  required this.requiresSkinChange,
});