toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final x16 = this.x16;
  final x32 = this.x32;
  return {'x16': ?x16, 'x32': ?x32};
}