factory SdkConfig.fromJson(Map<String, dynamic> json) { return SdkConfig( sessionDurationMins: json['sessionDurationMins'] as int, ); }