fromJson static method
Creates Class Object from Json
Implementation
static PalletEventMetadataV14 fromJson(Map<String, dynamic> map) =>
PalletEventMetadataV14(type: map['type']);
Creates Class Object from Json
static PalletEventMetadataV14 fromJson(Map<String, dynamic> map) =>
PalletEventMetadataV14(type: map['type']);