Serializes the PlatformSpecificSettings to a map message
PlatformSpecificSettings
@override Map<String, dynamic> toJson() { return super.toJson() ..addAll({ 'maximumAge': maximumAge, }); }