toJsonFunctionReference property Null safety

  1. @override
Reference? toJsonFunctionReference
override

Implementation

@override
Reference? get toJsonFunctionReference => optional
    ? optionalToJsonFunctionReference
    : mandatoryToJsonFunctionReference;