allPosts method

Map<String, dynamic> allPosts()

Implementation

Map<String,dynamic> allPosts(){
  return _posts;
}