Map<String, dynamic> toJson() { final provider = this.provider; return { if (provider != null) 'provider': provider, }; }