MocoOpts.fromJson(Map<String, dynamic> json) { options = json['options'] != null ? new Options.fromJson(json['options']) : null; }