bcsOffset static method
Creates an offset layout using LEB128 encoding (used for compact integer representation).
Implementation
static LEB128U32OffsetLayout bcsOffset({String? property}) =>
LEB128U32OffsetLayout(property: property);
Creates an offset layout using LEB128 encoding (used for compact integer representation).
static LEB128U32OffsetLayout bcsOffset({String? property}) =>
LEB128U32OffsetLayout(property: property);