crossPosts property

  1. @JsonKey.new(name: 'cross_posts')
List<MiniCrossPosts>? get crossPosts
inherited

Implementation

@JsonKey(name: 'cross_posts')
List<MiniCrossPosts>? get crossPosts => throw _privateConstructorUsedError;