Converts iOS-specific options to a method-channel friendly map.
Map<String, dynamic> toMethodChannelMap() { return {if (shouldMigrate != null) 'shouldMigrate': shouldMigrate}; }