menu
lb_planner
modules/calendar/domain/models/calendar_plan.dart
CalendarPlan
id property
id
dark_mode
light_mode
id
property
@
JsonKey
(name: 'planid')
int
get
id
inherited
The ID of this plan.
Implementation
@JsonKey(name: 'planid') int get id => throw _privateConstructorUsedError;
lb_planner
calendar_plan
CalendarPlan
id property
CalendarPlan class