Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In order to match the Dart style guide, class members should be lowerCamelCase. This would also be more consistent with how Dart produces names for struct fields. However, the name in TMessage should stay the same to ensure no adverse impact on server communication.