MouseCursor.fromJson constructor Null safety

MouseCursor.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory MouseCursor.fromJson(Map<String, Object?> json) =>
    _$MouseCursorFromJson(json);