adam-mcneilly
12/22/2016, 7:06 PMpublic boolean hasBareMinimumFields() { return thisField.isInitialized() && thatField.isInititalized() }
. In Kotlin, I can either make this a function or a variable and override the get()
method. Is there a preferred way, and why?