blob static method

RawBytesLayout blob(
  1. dynamic length, {
  2. String? property,
})

RawBytesLayout values.

Implementation

static RawBytesLayout blob(dynamic length, {String? property}) =>
    RawBytesLayout(length, property: property);