notice property

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

Has mention (@). True or null.

Implementation

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