OBJECT property

FrameKind OBJECT
final

Indicates that the frame is an object element.

Officially Supported Platforms/Implementations:

Implementation

static final OBJECT = FrameKind._internalMultiPlatform('OBJECT', () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.windows:
      return 4;
    default:
      break;
  }
  return null;
});