Any constructor

Any({
  1. required Map<String, dynamic> json,
})

Implementation

Any({required this.json}) : super(fullyQualifiedName);