fromJson static method
Implementation
static PropertyMetadata fromJson(Map json) => PropertyMetadata(
dataId: JsonHelpers.decode<String>(json['dataId']),
rawContactId: JsonHelpers.decode<String>(json['rawContactId']),
);
static PropertyMetadata fromJson(Map json) => PropertyMetadata(
dataId: JsonHelpers.decode<String>(json['dataId']),
rawContactId: JsonHelpers.decode<String>(json['rawContactId']),
);