fromJsonFunctionReference property Null safety

  1. @override
Reference? fromJsonFunctionReference
override

Implementation

@override
Reference? get fromJsonFunctionReference => optional
    ? optionalFromJsonFunctionReference
    : mandatoryFromJsonFunctionReference;