contentIsList static method
Check if the specific json have a content list.
Implementation
static bool contentIsList(Map<String, dynamic> json, PropertiesTypes type) =>
fieldIsList(json[propertyTypeToString(type)]);
Check if the specific json have a content list.
static bool contentIsList(Map<String, dynamic> json, PropertiesTypes type) =>
fieldIsList(json[propertyTypeToString(type)]);