CreateRefundAttributes.fromJson constructor

CreateRefundAttributes.fromJson(
  1. String source
)

Implementation

factory CreateRefundAttributes.fromJson(String source) =>
    CreateRefundAttributes.fromMap(
      json.decode(source) as Map<String, dynamic>,
    );