testAccess method
Whether this field is present/valid for struct.
Defaults to true (fixed-schema). Override for optional/sparse fields.
Implementation
@override
bool testAccess(ByteStruct<ByteField<V>> byteData) => end <= byteData.lengthInBytes;
Whether this field is present/valid for struct.
Defaults to true (fixed-schema). Override for optional/sparse fields.
@override
bool testAccess(ByteStruct<ByteField<V>> byteData) => end <= byteData.lengthInBytes;