offset property Null safety

int? offset
optional">@optionalread / write

The index of the first element or association or codeunit returned. This is only provided when it is non-zero.

Provided for instance kinds:

  • String
  • List
  • Map
  • Uint8ClampedList
  • Uint8List
  • Uint16List
  • Uint32List
  • Uint64List
  • Int8List
  • Int16List
  • Int32List
  • Int64List
  • Float32List
  • Float64List
  • Int32x4List
  • Float32x4List
  • Float64x2List

Implementation

@optional
int? offset;