fixedBlob32 static method

RawBytesLayout fixedBlob32({
  1. String? property,
})

Implementation

static RawBytesLayout fixedBlob32({String? property}) =>
    RawBytesLayout(32, property: property);