createdBy property

  1. @JsonKey(name: 'createdBy', required: true)
String get createdBy
inherited

The id of the user who created the comment

Implementation

@JsonKey(name: 'createdBy', required: true)
String get createdBy => throw _privateConstructorUsedError;