fixedBlobN static method
Implementation
static RawBytesLayout fixedBlobN(int len, {String? property}) =>
RawBytesLayout(len, property: property);
static RawBytesLayout fixedBlobN(int len, {String? property}) =>
RawBytesLayout(len, property: property);