noArgs static method

StructLayout noArgs({
  1. String? property,
})

Implementation

static StructLayout noArgs({String? property}) {
  return struct([], property: property);
}