factory PutItemInput.fromJson(Map<String, dynamic> json) { return PutItemInput( tableName: json['tableName'] as String, ); }