ArmorMetadata constructor

ArmorMetadata(
  1. String type,
  2. Uint8List body
)

Implementation

ArmorMetadata(this.type, this.body);