topicId property

  1. @JsonKey.new(name: 'topic_id')
int? get topicId
inherited

Implementation

@JsonKey(name: 'topic_id')
int? get topicId => throw _privateConstructorUsedError;