LinkedContentReference.fromJson constructor
LinkedContentReference.fromJson(
- Map json_
Implementation
LinkedContentReference.fromJson(core.Map json_)
: this(
sheetsChartReference:
json_.containsKey('sheetsChartReference')
? SheetsChartReference.fromJson(
json_['sheetsChartReference']
as core.Map<core.String, core.dynamic>,
)
: null,
);