fromMap static method
Implementation
static ContextAmountPayEntity fromMap(Map snap) => ContextAmountPayEntity(
description: snap['description'],
executeInstantly: snap['executeInstantly'],
paymentType: PayTypeModel.fromMap(snap['paymentType']));