isFavourite property

  1. @JsonKey(name: 'favourite')
bool? isFavourite
inherited

Implementation

@JsonKey(name: 'favourite')
bool? get isFavourite => throw _privateConstructorUsedError;