FieldSnapshot constructor
const
FieldSnapshot({})
Implementation
const FieldSnapshot({
required this.name,
required this.key,
required this.type,
this.defaultValue,
this.description,
this.persisted = false,
});