Map<String, dynamic> toJson() { final profilingEnabled = this.profilingEnabled; return { 'profilingEnabled': profilingEnabled, }; }