fixedBlobN static method

RawBytesLayout fixedBlobN(
  1. int len, {
  2. String? property,
})

Implementation

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