menu
bizdoc package
documentation
models/data.dart
Comment
update method
update method
dark_mode
light_mode
update
method
dynamic
update
(
Comment
other
)
Implementation
update(Comment other) { text = other.text; resource = other.resource; edited = other.edited; }
bizdoc package
documentation
models/data
Comment
update method
Comment class