SingularGlobalProperty constructor

SingularGlobalProperty(
  1. String _key,
  2. String _value,
  3. bool _overrideExisting
)

Implementation

SingularGlobalProperty(this._key, this._value, this._overrideExisting) {

}