Simon Choi

Results 12 issues of Simon Choi

### Discussed in https://github.com/simc/crimson/discussions/8 Originally posted by **Reprevise** December 31, 2022 I have a class like this: ```dart class ApiResponse extends Equatable { final List? errors; final T? data; const...

enhancement