Map<String, dynamic> toJson() => { 'name': name, 'modifier': modifier.toString(), 'type': type.toJson(), 'default': defaultValue, 'docs': docs, };