reserverId property

  1. @JsonKey(name: 'reserverid')
int get reserverId
inherited

The id of the user that made this reservation.

Implementation

@JsonKey(name: 'reserverid')
int get reserverId => throw _privateConstructorUsedError;