posts property

  1. @BuiltValueField(wireName: r'posts')
BuiltMap<String, Post>? posts

Implementation

@BuiltValueField(wireName: r'posts')
BuiltMap<String, Post>? get posts;