Serializes this configuration to a JSON-compatible map.
Map<String, dynamic> toJson() => { 'android': android.toJson(), 'ios': ios.toJson(), 'web': web.toJson(), };