MandateId.fromJson constructor

MandateId.fromJson(
  1. Object? json
)

Implementation

factory MandateId.fromJson(Object? json) => MandateId(id: (json as String));