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