SerField constructor
const
SerField({})
Implementation
const SerField({
required this.idl,
required this.type,
required this.did,
this.id,
this.nullable = false,
this.ser,
this.deser,
});
const SerField({
required this.idl,
required this.type,
required this.did,
this.id,
this.nullable = false,
this.ser,
this.deser,
});