BlueprintMaster.fromJson constructor

BlueprintMaster.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory BlueprintMaster.fromJson(Map<String, dynamic> json) =>
    _$BlueprintMasterFromJson(json);