detail property

JsonObject? detail

Implementation

JsonObject? get detail => _$this._detail;
void detail=(JsonObject? detail)

Implementation

set detail(JsonObject? detail) => _$this._detail = detail;