var isConflict : Bool
A Boolean value indicating whether the contents of the version are in conflict with the contents of another version.
あるブール値、それはバージョンの内容が別のバージョンの内容と衝突しているかどうかを指し示します。
var isResolved : Bool
A Boolean value that indicates the version object is not in conflict (
true
) or is in conflict (false
).
あるブール値、それはバージョンオブジェクトが衝突しない(true
)または衝突する(false
)ことを指し示します。