fromJson static method
Acts like a constructor, returns a Resource, accepts a Map<String, Dynamic> as an argument
Implementation
static Resource fromJson(Map<String, dynamic> json) =>
_resourceFromJson(json);
Acts like a constructor, returns a Resource, accepts a Map<String, Dynamic> as an argument
static Resource fromJson(Map<String, dynamic> json) =>
_resourceFromJson(json);