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