onLongPress property Null safety

(dynamic Function?()?) onLongPress
@JsonKey(ignore: true), final

길게 누르고 있을때 호출되는 콜백함수입니다.

Implementation

@JsonKey(ignore: true)
final Function()? onLongPress;