MinecraftProfile constructor

MinecraftProfile({
  1. required String id,
  2. required String name,
  3. required bool requiresProfileNameChange,
  4. required bool requiresSkinChange,
})

Implementation

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