PoolMetadata constructor

const PoolMetadata({
  1. required String url,
  2. required PoolMetadataHash poolMetadataHash,
})

Constructs a PoolMetadata object with the specified URL and pool metadata hash.

Implementation

const PoolMetadata({required this.url, required this.poolMetadataHash});