toMap method
Implementation
Map<String, dynamic> toMap(WriteStep w) => {'file': Mapper.toValue(w.file), 'content': Mapper.toValue(w.content), 'writeMethod': Mapper.toValue(w.writeMethod), 'enabled': Mapper.toValue(w.enabled), 'extendAt': Mapper.toValue(w.extendAt), 'type': 'WriteStep'};