Caller constructor
const
Caller({
- dynamic username = "",
- dynamic name = "",
- dynamic pictureUrl = "",
- String id = "",
Implementation
const Caller({
this.username = "",
this.name = "",
this.pictureUrl = "",
this.id = "",
});