FlJPushNotificationSettingsCheck.fromMap constructor

FlJPushNotificationSettingsCheck.fromMap(
  1. Map map
)

Implementation

FlJPushNotificationSettingsCheck.fromMap(Map<dynamic, dynamic> map)
    : source = map['source'] as int,
      isOn = map['isOn'] as bool;