fromJsonModel static method

ListItem fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static ListItem fromJsonModel(Map<String, dynamic> json) => ListItem.fromJson(json);