DataSize constructor
const
DataSize({
- required u64 dataSize,
Creates a filter that compares the program account data length with the provided data size.
Implementation
const DataSize({
required this.dataSize,
});