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