id property

set id (String? value)

Implementation

set id(final String? value) => _put("id", value);