kind property

  1. @protected
EntityKind<DateTimeWithTimeZoneKind> kind
final

Implementation

@protected
static final EntityKind<DateTimeWithTimeZoneKind> kind =
    EntityKind<DateTimeWithTimeZoneKind>(
  name: 'DateTimeWithTimeZoneKind',
  define: (c) {
    c.constructor = () => const DateTimeWithTimeZoneKind();
  },
);