contractID property Null safety
Implementation
String get contractID => this._contractID;
Implementation
set contractID(String value) => this._contractID = value;
String get contractID => this._contractID;
set contractID(String value) => this._contractID = value;