jsonManifest property
String
get
jsonManifest
Returns the RWPM JSON representation for this Publication's manifest, as a string.
Implementation
String get jsonManifest =>
JsonCodec().encode(_manifest.toJson()).replaceAll("\\/", "/");