LinkedEntity.fromJson constructor

LinkedEntity.fromJson(
  1. Map json_
)

Implementation

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