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