RPDoubleAnswerFormat.fromJson constructor

RPDoubleAnswerFormat.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RPDoubleAnswerFormat.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson(json) as RPDoubleAnswerFormat;