Error: type 'String' is not a subtype of type 'int' of 'index'
Message.replies (package:draw/src/models/message.dart:53:37)
This occurs when there is a message with no replies. I believe the issue is that data['replies'] returns "" instead of null.
Also, FWIW, there is a typo in the method doc. It should be "Returns an empty list" instead of "Returns and empty list."