CREATE_ACCOUNT_LOW_RESERVE constant Null safety

XdrCreateAccountResultCode const CREATE_ACCOUNT_LOW_RESERVE

Would create an account below the min reserve.

Implementation

static const CREATE_ACCOUNT_LOW_RESERVE =
    const XdrCreateAccountResultCode._internal(-3);