JMLConfig.fromJson constructor

JMLConfig.fromJson(
  1. Map json
)

Implementation

JMLConfig.fromJson(Map<dynamic, dynamic> json)
    : appKey = json['appKey'],
      channel = json['channel'],
      useIDFA = json['useIDFA'],
      isProduction = json['isProduction'],
      debug = json['debug'],
      clipboardEnable = json['clipboardEnable'];