TSerializable constructor

const TSerializable({
  1. String yamlBuilder(
    1. TWriteable writeable,
    2. bool includeMetaData
    )?,
  2. TMdFactory<TWriteable>? mdFactory,
  3. String xmlBuilder(
    1. TWriteable writeable,
    2. bool includeMeta
    )?,
})

Implementation

const TSerializable({
  this.yamlBuilder,
  this.mdFactory,
  this.xmlBuilder,
});