factory CourierBrandInApp.fromJson(Map<String, dynamic>? json) { return CourierBrandInApp( disableCourierFooter: json?['disableCourierFooter'], ); }