originalPostName property

  1. @JsonKey.new(name: 'original_post_name')
String? get originalPostName
inherited

Implementation

@JsonKey(name: 'original_post_name')
String? get originalPostName => throw _privateConstructorUsedError;