fromJsonModel static method

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

Implementation

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