PostResponse constructor

const PostResponse(
  1. String name
)

Default constructor

Implementation

const factory PostResponse(
  /// The name of the newly created entry in firebase
  String name,
) = _PostResponse;