entityType property

  1. @JsonKey.new(name: 'entityType', toJson: commentTypeToJson, fromJson: commentTypeFromJson)
CommentType? entityType
final

Implementation

@JsonKey(
    name: 'entityType',
    toJson: commentTypeToJson,
    fromJson: commentTypeFromJson)
final enums.CommentType? entityType;