Meta copyWith({String? name, String? officialName, double? limit}) { return Meta( name: name ?? this.name, officialName: officialName ?? this.officialName, limit: limit ?? this.limit); }