mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 22:05:53 +08:00
@@ -4,6 +4,6 @@ class PlayStrategy {
|
||||
PlayStrategy({this.strategies});
|
||||
|
||||
factory PlayStrategy.fromJson(Map<String, dynamic> json) => PlayStrategy(
|
||||
strategies: json['strategies'],
|
||||
);
|
||||
strategies: json['strategies'],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user