factory AccountUsage.fromJson(Map<String, dynamic> json) { return AccountUsage( functionCount: json['FunctionCount'] as int?, totalCodeSize: json['TotalCodeSize'] as int?, ); }