id property

  1. @JsonKey(name: 'planid')
int get id
inherited

The ID of this plan.

Implementation

@JsonKey(name: 'planid')
int get id => throw _privateConstructorUsedError;