toMap method

Map<String, dynamic> toMap(
  1. WriteStep w
)

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'};