@JsonSerializable(includeIfNull: false) const factory BlockchainIdentity({ String? name, String? avatar, }) = _BlockchainIdentity;