factory Like.fromJson(Map<String, Object?> json) { return Like( accountId: json[r'accountId'] as String?, ); }