LiveStateField constructor
const
LiveStateField({})
Creates a LiveStateField named name of type type.
Implementation
const LiveStateField({
required this.name,
required this.type,
this.value,
this.count,
this.truncated = false,
this.unread,
});