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