RazorPayptions constructor

RazorPayptions({
  1. String key,
  2. String amount,
  3. String currency,
  4. String name,
  5. String description,
  6. String image,
  7. String order_id,
  8. Prefill prefill,
  9. Notes notes,
  10. Function handler,
  11. RazorTheme theme,
})

Implementation

external factory RazorPayptions(
    {String key,
    String amount,
    String currency,
    String name,
    String description,
    String image,
    String order_id,
    Prefill prefill,
    Notes notes,
    Function handler,
    RazorTheme theme});