options property

Map<String, Object> options

Implementation

Map<String, Object> get options => <String, Object>{
      if (comment != null) keyComment: comment!,
    };