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