data property
Implementation
AchNotificationOfChangeNotificationRequestDataBuilder get data =>
_$this._data ??= AchNotificationOfChangeNotificationRequestDataBuilder();
set
data
(AchNotificationOfChangeNotificationRequestDataBuilder? data)
Implementation
set data(AchNotificationOfChangeNotificationRequestDataBuilder? data) =>
_$this._data = data;