kdj_entity.dart 59 B

12345
  1. mixin KDJEntity {
  2. double? k;
  3. double? d;
  4. double? j;
  5. }