LinkedEntity.fromJson constructor
LinkedEntity.fromJson(
- Map json_
Implementation
LinkedEntity.fromJson(core.Map json_)
: this(
entityId: json_.containsKey('entityId')
? json_['entityId'] as core.String
: null,
);