TCreateAuthenticatorsInput.fromJson constructor
Implementation
factory TCreateAuthenticatorsInput.fromJson(Map<String, dynamic> json) =>
TCreateAuthenticatorsInput(
body: TCreateAuthenticatorsBody.fromJson(
json['body'] as Map<String, dynamic>));